home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 351-375 / 372 / plw / cli-install next >
Text File  |  1995-03-14  |  402b  |  15 lines

  1. If EXISTS LIBS:XprZModem.library
  2.    Echo "XprZModem.library exists. PLW uses V2.0 of XprZModem.library."
  3.    Ask  "Replace XprZModem.library in LIBS: with Version 2.0 (Y/N) ?"
  4.    If WARN
  5.        Echo "Replacing..." NOLINE
  6.        Copy XprZModem.library LIBS:
  7.        Echo "done."
  8.    EndIf
  9. Else
  10.    Echo "Copying XprZModem.library (to LIBS:)..." NOLINE
  11.    Copy XprZModem.library LIBS:
  12.    Echo "done."
  13. EndIf
  14.  
  15.